Click or drag to resize

RecurringDayTransition Class

Represents a time zone transition that occurs on the same day each year.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTransition
    Independentsoft.ExchangeRecurringDayTransition

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RecurringDayTransition : Transition

The RecurringDayTransition type exposes the following members.

Constructors
  NameDescription
Public methodRecurringDayTransition
Initializes a new instance of the RecurringDayTransition class
Top
Properties
  NameDescription
Public propertyDayOfWeek
Represents the day of the week on which the time zone transition occurs.
Public propertyMonth
Represents the month in which the time zone transition occurs.
Public propertyOccurrence
Represents the occurrence of the day of the week in the month that the time zone transition occurs.
Public propertyTarget
Specifies the Period or TransitionsGroup that is the target of the time zone transition.
(Inherited from Transition.)
Public propertyTargetDescription (Inherited from Transition.)
Public propertyTimeOffset
Represents the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current RecurringDayTransition object to its equivalent string representation.
(Overrides TransitionToString.)
Top
See Also